KoneMutableAsynchronousState
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun <Value> KoneMutableAsynchronousState<Value>.getAndUpdate(function: (Value) -> Value): Value
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun <Value> KoneMutableAsynchronousState<Value>.updateAndGet(function: (Value) -> Value): Value